[IA64] Fix xm pause/unpause bug
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Wed, 17 May 2006 21:52:55 +0000 (15:52 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Wed, 17 May 2006 21:52:55 +0000 (15:52 -0600)
commitd7b1ff22599e859dbf8e0c8b003aad33dbb7084c
treea4e0a6c78e697a388a84137f606211fe2383bb76
parent4a0b492a66c330e8cae33ea144c0dd045aee8290
[IA64] Fix xm pause/unpause bug

This small patch intends to fix domain pause/unpause bug.
Current xm pause operation will do sync_vcpu_execstate to
sync vcpu status, but it saves dom0's fpu and other registers
to VTi domain or domainU due to xm pause from control panel.
Because sync_vcpu_execstate was called after vcpu_sleep which
has saved all status when schedule out ,in addition, currently
no lazy states need to be saved in IPF side, so sync_vcpu_execstate
would need do nothing now.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Zhang xiantao <xiantao.zhang@intel.com>
xen/arch/ia64/xen/domain.c